home *** CD-ROM | disk | FTP | other *** search
/ Express Pd: GALORE / Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso / productivity / printing / printfiles-wb2_only / rexx / prfdel.rexx < prev    next >
OS/2 REXX Batch file  |  1994-02-10  |  217b  |  11 lines

  1. /* printfiles Arexx Macro           */
  2. /* quit the printfiles program      */
  3.  
  4. options results
  5. if show(ports,'PRINTFILES') = 0 then exit
  6. address printfiles
  7. status
  8. if result == 'PRINTING' then quit quit
  9. else quit
  10. exit
  11.